/*实搜网络提供技术支持www.10soo.com*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}
html,
body {
    font-family: "microsoft yahei", "arial black";
    width: 100%;
    min-width: 1200px;
}
body {
    background-color: #fff;
    font-size: 14px;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
ul,
ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #232323;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input,
textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}
.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipse-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.center-wrapper {
    width: 1500px;
    margin: 0 auto;
}
@media screen and (max-width: 1600px) {
    .center-wrapper {
        width: 1200px;
        margin: 0 auto;
    }
}
.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 文本字号 */
.font-sm {
    font-size: 12px;
}
.font-lg {
    font-size: 16px;
}
.font-xl {
    font-size: 18px;
}
.font-xxl {
    font-size: 20px;
}
.font-x-lg {
    font-size: 22px;
}
.font-xx-lg {
    font-size: 26px;
}
.font-xxx-lg {
    font-size: 30px;
}

/* 文本颜色 */
.text-primary {
    color: #333;
}
.text-secondary {
    color: #666;
}
.text-success {
    color: #1969ed;
}
.text-info {
    color: #666;
}
.text-dark {
    color: #000;
}
.text-white {
    color: #fff;
}
.text-info {
    color: #999;
}

.btn-primary {
    text-align: center;
    color: #1976ee;
    background-color: #fff;
    border: solid 1px #1976ee;
    font-size: 14px;
    font-family: "microsoft yahei", "arial black";
}
